home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / develop™ Technical Journal / develop Issue 20 code / Scripting the Finder.sea / Scripting the Finder / Finder Tricks / FinderTricks.rsrc.rsrc / STR#_128.txt < prev    next >
Encoding:
Text File  |  1994-10-05  |  380 b   |  17 lines

  1. METHOD I:
  2.  
  3. Send "set type of selection to newType" to the  Finder
  4.  
  5. METHOD II:
  6.  
  7. Get the selection from the Finder, then send a "set type of item to newType" event for each selected item.
  8.  
  9. METHOD III:
  10.  
  11. Get the selection from the Finder, then use the FileSystem to change the types.
  12.  
  13. METHOD IV:
  14.  
  15. Get the selection from the Finder, then use a Scripting addition to change the types.
  16.  
  17.